home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / intergra.x11 < prev    next >
Linux/UNIX/POSIX Shell Script  |  1993-05-11  |  707b  |  20 lines

  1. #!/bin/sh
  2. mv gnuplot_x11.c gnuplot_x11.c_x
  3. mv corplot.c corplot.c_pc
  4. mv winmain.c winmain.c_pc
  5. mv wintext.c wintext.c_pc
  6. mv winmenu.c winmenu.c_pc
  7. mv bf_test.c bf_test.c_b
  8. acc -knr -DSYSV -DUSG -DVFORK -DNOCOPY -DGAMMA=gamma -DGETCWD -DX11 \
  9. -DUNIXPLOT -I/usr/include/X11 -I/usr/include/X11/Xaw *.c \
  10. -lbsd -lplot -lm -o gnuplot.intergraph
  11. mv gnuplot_x11.c_x gnuplot_x11.c
  12. acc -knr -DSYSV -DUSG -DVFORK -DNOCOPY -DGAMMA=gamma -DGETCWD -DX11 \
  13. -DUNIXPLOT -I/usr/include/X11 -I/usr/include/X11/Xaw gnuplot_x11.c \
  14. -lXaw -lXmu -lXt -lXext -lX11 -lbsd -lm -o gnuplot_x11.intergraph
  15. mv corplot.c_pc corplot.c
  16. mv winmain.c_pc winmain.c
  17. mv winmenu.c_pc winmenu.c
  18. mv wintext.c_pc wintext.c
  19. mv bf_test.c_b bf_test.c
  20.